-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scheduler - support non-blocking scheduled methods #24658
Conversation
mkouba
commented
Mar 31, 2022
- resolves Scheduler - support non-blocking scheduled methods #24621
|
I'll love for @cescoffier to have a look on this. |
...ment/src/test/java/io/quarkus/scheduler/test/nonblocking/NonBlockingScheduledMethodTest.java
Show resolved
Hide resolved
...ment/src/test/java/io/quarkus/scheduler/test/nonblocking/NonBlockingScheduledMethodTest.java
Outdated
Show resolved
Hide resolved
extensions/scheduler/runtime/src/main/java/io/quarkus/scheduler/runtime/DefaultInvoker.java
Show resolved
Hide resolved
extensions/scheduler/runtime/src/main/java/io/quarkus/scheduler/runtime/SimpleScheduler.java
Outdated
Show resolved
Hide resolved
extensions/scheduler/runtime/src/main/java/io/quarkus/scheduler/runtime/SimpleScheduler.java
Show resolved
Hide resolved
...duler/runtime/src/main/java/io/quarkus/scheduler/runtime/SkipConcurrentExecutionInvoker.java
Show resolved
Hide resolved
...sions/scheduler/runtime/src/main/java/io/quarkus/scheduler/runtime/SkipPredicateInvoker.java
Show resolved
Hide resolved
739d250
to
65e5c7a
Compare
@geoand @evanchooly I wonder if this change could help with the implementation of #21428. |
It definitely makes it easier. I'll try and carve out some time to implement it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just added a philosophical question because it's Friday, so a great day to have such a kind of discussion...
extensions/scheduler/runtime/src/main/java/io/quarkus/scheduler/runtime/SimpleScheduler.java
Show resolved
Hide resolved
See #24741 |